home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / perfTuning / ChallengeIO / Disk.perf.disk / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  2.9 KB  |  85 lines

  1. The data files contained in this directory accompany the showcase 
  2. files up one directory in toolbox/perfTuning/ChallengeIO.
  3.  
  4. The files are:
  5.  
  6.     a) lvres.* files are the logs of multiple runs of sio.
  7.         These files show the sio parameters used for the runs.
  8.  
  9.         1) 1vs4 shows 1 segment versus 4 segments.
  10.         2) bvst shows write buffered versus write through.
  11.         3) step shows varying step size performance.
  12.  
  13.     b) graph_* are scripts that process lvres.* files and average
  14.         the numbers from the same runs and produce tables
  15.         of the performance (the perf.* files) and shell scripts
  16.         that invoke xgraph to display the data graphically
  17.         (graph.*).
  18.         The graph_* files generate the perf.* and graph.* files
  19.         from the corresponding lvres.* files.
  20.  
  21.     c) perf.* files contain tables showing varying read/write/create
  22.         performance with raw/direct/efs.
  23.  
  24.         - From graph_1vs4 lvres.1vs4 - 1 versus 4 segment
  25.         1) dw1 - direct, 1 segment
  26.         2) dw4 - direct, 4 segment
  27.         3) ew1 - efs, 1 segment
  28.         4) ew4 - efs, 4 segment
  29.         5) rw1 - raw, 1 segment
  30.         6) rw4 - raw, 4 segment
  31.  
  32.         - From graph_bvst lvres.bvst - write buffered vs write through
  33.         1) dwb - direct, write buffered
  34.         2) dwt - direct, write through
  35.         3) ewb - efs, write buffered
  36.         4) ewt - efs, write through
  37.         5) rwb - raw, write buffered
  38.         6) rwt - raw, write through
  39.  
  40.         - From graph_step lvres.step - step size variation (1 vs 4 seg)
  41.         1) 1seg - 1 segment
  42.         2) 4seg - 4 segment
  43.  
  44.     d) graph.* files are shell scripts that invoke xgraph with the
  45.         appropriate data, titles, axes, etc. The following
  46.         are present:
  47.  
  48.         - From graph_1vs4 lvres.1vs4 - 1 versus 4 segment
  49.         1) dw1 - direct, 1 segment
  50.         2) dw4 - direct, 4 segment
  51.         3) ew1 - efs, 1 segment
  52.         4) ew4 - efs, 4 segment
  53.         5) rw1 - raw, 1 segment
  54.         6) rw4 - raw, 4 segment
  55.         7) c - create performance for direct and efs.
  56.         8) r - read performance for raw, direct and efs.
  57.         9) w - write performance for raw, direct and efs.
  58.  
  59.         - From graph_bvst lvres.bvst - write buffered vs write through
  60.         1) dwb - direct, write buffered
  61.         2) dwt - direct, write through
  62.         3) ewb - efs, write buffered
  63.         4) ewt - efs, write through
  64.         5) rwb - raw, write buffered
  65.         6) rwt - raw, write through
  66.         7) bc - create performance for direct and efs.
  67.         8) br - read performance for raw, direct and efs.
  68.         9) bw - write performance for raw, direct and efs.
  69.  
  70.         - From graph_step lvres.step - step size variation (1 vs 4 seg)
  71.         1) sc - create performance for 1 and 4 segment.
  72.         2) sr - read performance for 1 and 4 segment.
  73.         3) sw - write performance for 1 and 4 segment.
  74.  
  75.     e) ps.* files are postscript files for the graphs drawn by the
  76.         graph files.
  77.         
  78.         1) The ps.14.* files are the graphs generated from
  79.             "graph_1vs4 lvres.1vs4".
  80.         2) The ps.bt.* files are from "graph_bvst lvres.bvst".
  81.         3) The ps.24.* files are from "graph_step lvres.step",
  82.             and are the results of varying step sizes on a
  83.             24-way stripe with 1 and 4 cache segments.
  84.  
  85.